home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk138 / ruler / ruler4.doc < prev    next >
Encoding:
Text File  |  1995-03-19  |  3.5 KB  |  90 lines

  1.        RULER
  2.   
  3.         Opens a borderless WorkBench window in which is contained a ruler
  4.         for the purpose of aligning or constraining text; the default ruler
  5.         is 30 characters with an 8 pixel scale and is intended to help
  6.         prevent entering too-long filenames.
  7.       
  8.         Usage:
  9.         
  10.                CLI> RUN  RULER  [ size ] [ scale ]
  11.         
  12.         where `size' is the number of ruler markings, and `scale' is the
  13.         width between each marking (a particular font width for example).
  14.         
  15.        Evoking the command with an argument of "?", such as:
  16.   
  17.                CLI> RULER ?
  18.   
  19.        will print out a help message detailing what values are valid for
  20.        your particular Workbench environment.
  21.         
  22.   
  23.        The window, of course, can be moved to any convenient location on the
  24.        screen, and resized with an invisible resizing gadget found in the
  25.        lower right corner.
  26.   
  27.        Version 4.0   29-Dec-1989  (copyright)1989  Chad Netzer and Thad Floryan
  28.   
  29.                Based upon code, idea, and logic from:
  30.   
  31.        Version 1.0   7-Nov-1988   (copyright)1988 Thad Floryan
  32.   
  33.        Revision history:
  34.            29-December-1989 - (Ver. 4.0) - Added an offset so that you can
  35.                just stick the window on the left edge of the workbench screen,
  36.                and it will automatically be lined up with the characters.
  37.                Fixed some more minor bugs and rearranged the code a bit.
  38.                Added ARP support for those who want it. (CFN)
  39.   
  40.            09-March-1989 - (Ver. 3.1) - Fixed a visual bug so that scale can
  41.                no longer be less than eight. (CFN)
  42.   
  43.            06-Dec-1988 - (Ver. 3.0) - Added support for measuring fonts of
  44.                varying widths (selectable scale). (CFN)
  45.   
  46.            22-Nov-1988 - (Ver. 2.2) - More adjustments to code, No major
  47.                changes.  Program size is slightly smaller.  (CFN)
  48.   
  49.            14-Nov-1988 - (Ver. 2.1) - Fixed a few minor (harmless) bugs.  The
  50.                right edge of the ruler is now always redrawn after resizing.
  51.                I got rid of that GOTO statement (which in 'C', is considered a
  52.                bug. :-)  Version 2.1 now lets you open a ruler to be as low as
  53.                12 characters wide, which 2.0 only advertised. (CFN)
  54.   
  55.            13-Nov-1988 - (Ver. 2.0) - I added minor enhancements, most
  56.                noteably, the ability to resize the window, and support for 
  57.                overscanned screens.    (CFN)
  58.   
  59.   
  60.        Feel welcome to use this program for any non-commercial purposes or
  61.        for your personal learning.  Commercial users are requested to contact
  62.        Thad at either:
  63.  
  64.        UUCP:   thad@cup.portal.com (OR) ..!sun!portal!cup.portal.com!thad
  65.        BBS:    BBS-JC, 415/961-7250 (300/1200/2400), "Thad Floryan" | "SYSOP"
  66.   
  67.        or Chad at:
  68.   
  69.        UUCP:   chad@ucscb.ucsc.edu     (during school term)
  70.        UUCP:   chad@cup.portal.com     (holidays, summer, etc.)
  71.        BBS:    BBS-JC, 415/961-7250 (300/1200/2400), "Chad Netzer"
  72.   
  73.   
  74.        Building instructions (Manx Aztec C):
  75.   
  76.                        ************************
  77.                        ***  Non-ARP Version ***
  78.                        ************************
  79.   
  80.                        cc ruler4
  81.                        ln ruler4 -lc
  82.   
  83.  
  84.                        *******************
  85.                        *** ARP Version ***
  86.                        *******************
  87.   
  88.                        cc arpruler4
  89.                        ln arpruler4 -la -lc
  90.